height="0" width="0" style="display:none;visibility:hidden">
CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service
/ ClassObjectResponse Json Schema
Collapse All
Expand All
In This Topic
ClassObjectResponse Json Schema
In This Topic
Description
The results of the objects get query
Overview
ClassObjectResponse
The results of the objects get query
Objects :
Array[
CimObjectInstance
]
An array of the CimObjectInstance objects to create/update.
ID :
string
is a string indicating the ID of the object
ClassID :
string
is a string indicating the class of the object
Description :
string
is a string indicating the description of the object instance
Attributes :
Array[
CimAttribute
]
An array of attributes used in the configuration of the objects instance.
ID :
string
is a string indicating the ID of the attribute
Value :
string
is a string containing the value of the attribute.
Routing :
Array[string]
An array of roles the alarms created by the this object are routed to
Properties
Name
Description
Data Type
Objects
An array of the CimObjectInstance objects to create/update.
Array[
CimObjectInstance
]
See Also
CIMPLICITY REST API Web Service